home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / malloc.h < prev    next >
C/C++ Source or Header  |  1991-12-19  |  187b  |  10 lines

  1. /*
  2.  * malloc.h --
  3.  *
  4.  * Structures, routines related to malloc.
  5.  * This file is needed by some programs.  However, Sprite has all the
  6.  * definitions in stdlib.h.
  7.  */
  8.  
  9. #include <stdlib.h>
  10.